// Punishment for cheater.
// You can use:
// %userid% (recommended) %name% ip%
// %reason% - get from ad_reason cvar
// %time% - get from ad_bantime cvar
//    
ad_punishment "amx_ban 777600 %userid% [AD]AIM"

// %reason%
ad_reason "Aim Hack Detected"

// %time%
ad_bantime "20000"


// Second punishment - used even if player was disconencted
// to disable it live the cvar blank ""
//  ,      "" 
ad_punishment2 "addip 300.0 %ip%"

// Delay befor second punishment
//    
ad_delay "30.0"

// Automatic log fils deletion after ad_logdays days. 0 to disable
//   
ad_logdays "14"

// [DETECTION SETTINGS]   ---   [DETECTION SETTINGS]   ---    [DETECTION SETTINGS]   ---    [DETECTION SETTINGS] 

// Plugin sensitivity. 0 to 10. 10 is most sensitive. More sensitive - more faulse detection. recommended [3-8]
//  .  ,     .  0  10.
ad_sens "5"

// Warnings befor banning
//   
ad_maxwarns "7"

// Warnings before admins notification
//     
ad_alertwarns "3"

// Warns resseting after ad_shot_reset "clean" shots
//    ad_shot_reset "" 
ad_shot_reset "20"

// Warns resseting after ad_time_reset seconds since last warning
//    ad_time_reset    
ad_time_reset "300"
// [END OFF DETECTION SETTINGS]   ---   [END OFF DETECTION SETTINGS]   ---   [END OFF DETECTION SETTINGS]   ---  [END OFF DETECTION SETTINGS]


// Disable ban function if admin is online (only notifications)
//       
ad_admin_noban "0"

// Log level
//   
ad_loglevel "2"

// Log type: 1 - standart, 2 - amxx log, 0 - disabled
//  : 1 - , 2 -   , 0 -  
ad_logtype "1"

// Plugin autoupdating function
//  
ad_autoupdate "0"



// [SpinHack]   ---   [SpinHack]  ---   [SpinHack]  ---   [SpinHack]  ---   [SpinHack]  ---   [SpinHack]  ---

// SpinHack Detections ON/OFF
// /  

ad_spinhack "1"

//Detection before ban, don't even try to set it less 10
// 50 get to you ban at first 20-30 sec of SpinHack
// 30-90 is normal
//     
ad_spinhack_warns "50"

//Ban settings the same with aim detection
//       

ad_bantime_spinhack "20000"
ad_punishment_spinhack "amx_ban 777600 %userid% [AD]SpinHack"
ad_reason_spinhack "[AD] SpinHack Detected"

// [END OFF SpinHack Detection settings] --- [END OFF SpinHack Detection settings] --- [END OFF SpinHack Detection settings] --- [END OFF SpinHack Detection settings]


// [NoRecoil]   ---   [NoRecoil]  ---   [NoRecoil]  ---   [NoRecoil]  ---   [NoRecoil]  ---   [NoRecoil]  ---

// /
//This  is experemental, so its disabled by default :)
//It is really buggy , don't turn on
ad_norecoil 0

//Detection before ban, don't even try to set it less 10
// 30 get to you ban at first 30-300 sec of NoRecoil
// 30-90 is normal
//     
ad_norec_warns 350

// Detects before inform admins (only 5th and 10th are shown)
ad_norec_inform 110


ad_bantime_norec 20000
ad_punishment_norec "amx_ban 777600 %userid% %reason%"
ad_reason_norec "[AD] NoRecoil Detected"



//     1 - , 0 -  (  )
//    say /aim
ad_allow_menu 0 // Allow menu to all players (0 - only for admins)